OpenBuildings™ Designer Help

STFSolid.update

STFSolid.update

STFSolid.update rewrites the instance of an STFSolid to the design file. The instance must have first been read from the file using STFSolid.read.

Dim status As Integer
Dim filepos As Long
Dim filenum As Integer
Dim slab As New STFSolid
status = slab.read(filepos, filenum)
status = slab.update


See also:
"STFSolid.add", "STFSolid.read", "STFSolid.delete"